home *** CD-ROM | disk | FTP | other *** search
Wrap
-- card: 4657 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3656 -- name: -- part 1 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=15 top=24 right=311 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 20 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=350 top=316 right=338 bottom=450 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Continue... ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=25 top=316 right=338 bottom=125 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Previous page ----- HyperTalk script ----- on mouseUp go to prev card end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=191 top=317 right=339 bottom=291 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Directory ----- HyperTalk script ----- on mouseUp go to card id 2919 of stack "IntroCard" end mouseUp -- part contents for card part 1 ----- text ----- Sorry about that. We threw a lot of stuff at you in the previous card. If we left you totally in the dark with our "Question Card", please go through the Help Stack that you received with HyperCard. The point of dropping you right down into the nether world of the script window was to show you that all scripts are merely lists of HANDLERS beginning with the word "on", and that the HANDLERS do what they do when they are turned on by a MESSAGE, which is the second word of the HANDLER.